bindbc.freetype.bind.ftlcdfil

Undocumented in source.

Members

Aliases

FT_LcdFilter
alias FT_LcdFilter = int
Undocumented in source.
FT_LcdFiveTapFilter
alias FT_LcdFiveTapFilter = FT_Byte[FT_LCD_FILTER_FIVE_TAPS]
Undocumented in source.
pFT_Library_SetLcdFilter
alias pFT_Library_SetLcdFilter = FT_Error function(FT_Library library, FT_LcdFilter filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Library_SetLcdFilterWeights
alias pFT_Library_SetLcdFilterWeights = FT_Error function(FT_Library library, ubyte* weights)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Library_SetLcdGeometry
alias pFT_Library_SetLcdGeometry = FT_Error function(FT_Library library, ref FT_Vector[3] sub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

FT_LCD_FILTER_NONE
anonymousenum FT_LCD_FILTER_NONE
Undocumented in source.

Functions

FT_Library_SetLcdFilter
FT_Error FT_Library_SetLcdFilter(FT_Library library, FT_LcdFilter filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Library_SetLcdFilterWeights
FT_Error FT_Library_SetLcdFilterWeights(FT_Library library, ubyte* weights)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Library_SetLcdGeometry
FT_Error FT_Library_SetLcdGeometry(FT_Library library, FT_Vector[3] sub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

FT_LCD_FILTER_FIVE_TAPS
enum FT_LCD_FILTER_FIVE_TAPS;
Undocumented in source.

Static variables

FT_Library_SetLcdFilter
pFT_Library_SetLcdFilter FT_Library_SetLcdFilter;
Undocumented in source.
FT_Library_SetLcdFilterWeights
pFT_Library_SetLcdFilterWeights FT_Library_SetLcdFilterWeights;
Undocumented in source.
FT_Library_SetLcdGeometry
pFT_Library_SetLcdGeometry FT_Library_SetLcdGeometry;
Undocumented in source.

Meta