The fields of the SdlTtf class are listed below. For a complete list of SdlTtf class members, see the SdlTtf Members topic.
![]() ![]() | Major Version |
![]() ![]() | Minor Version |
![]() ![]() | Patch Version |
![]() ![]() | Used to indicate bold rendering style. This is used a bitmask along with other styles. |
![]() ![]() | Used to indicate italicized rendering style. This is used a bitmask along with other styles. |
![]() ![]() | Used to indicate regular, normal, plain rendering style. |
![]() ![]() | Used to indicate underlined rendering style. This is used a bitmask along with other styles. |
![]() ![]() | This allows you to switch byte-order of UNICODE text data to native order, meaning the mode of your CPU. This is meant to be used in a UNICODE string that you are using with the SDL_ttf API. |
![]() ![]() | This allows you to switch byte-order of UNICODE text data to swapped order, meaning the reversed mode of your CPU. So if your CPU is LSB, then the data will be interpreted as MSB. This is meant to be used in a UNICODE string that you are using with the SDL_ttf API. |
SdlTtf Class | Tao.Sdl Namespace