Searched refs:ImFontAtlasFlags_NoPowerOfTwoHeight (Results 1 – 2 of 2) sorted by relevance
1964 ImFontAtlasFlags_NoPowerOfTwoHeight = 1 << 0, // Don't round the height to next power of two enumerator
1962 …atlas->TexHeight = (atlas->Flags & ImFontAtlasFlags_NoPowerOfTwoHeight) ? (atlas->TexHeight + 1) :… in ImFontAtlasBuildWithStbTruetype()