Click here to Skip to main content
15,895,709 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Polygon filling, and TTF mess Pin
honey the codewitch5-Jul-21 3:57
mvahoney the codewitch5-Jul-21 3:57 
GeneralRe: Polygon filling, and TTF mess Pin
Kornfeld Eliyahu Peter5-Jul-21 4:08
professionalKornfeld Eliyahu Peter5-Jul-21 4:08 
QuestionRe: Polygon filling, and TTF mess Pin
Randor 5-Jul-21 4:23
professional Randor 5-Jul-21 4:23 
AnswerRe: Polygon filling, and TTF mess Pin
honey the codewitch5-Jul-21 4:27
mvahoney the codewitch5-Jul-21 4:27 
AnswerRe: Polygon filling, and TTF mess Pin
honey the codewitch5-Jul-21 4:30
mvahoney the codewitch5-Jul-21 4:30 
PraiseRe: Polygon filling, and TTF mess Pin
Randor 5-Jul-21 4:51
professional Randor 5-Jul-21 4:51 
GeneralRe: Polygon filling, and TTF mess Pin
honey the codewitch5-Jul-21 4:53
mvahoney the codewitch5-Jul-21 4:53 
GeneralRe: Polygon filling, and TTF mess Pin
honey the codewitch5-Jul-21 4:58
mvahoney the codewitch5-Jul-21 4:58 
I don't necessarily have read/a framebuffer on all my devices, but I do have it on e-paper devices.

However, in order to make this work for all devices I'll need to probably need to do that clever math, or draw the characters to an intermediary bitmap, which I don't want to do since then memory usage is tied to character size and I run into issues where characters somewhat overlap or otherwise connect with each other (think a cursive font) - because what I've noticed is characters in TTF can overhang their effective bounding box.

I'm wondering - if I draw in order, can't i determine the stroke direction by looking at previous points?

I guess I need to understand the algorithm better.
Real programmers use butterflies

AnswerRe: Polygon filling, and TTF mess Pin
Randor 5-Jul-21 7:18
professional Randor 5-Jul-21 7:18 
GeneralRe: Polygon filling, and TTF mess Pin
honey the codewitch5-Jul-21 9:09
mvahoney the codewitch5-Jul-21 9:09 
GeneralRe: Polygon filling, and TTF mess Pin
Randor 5-Jul-21 11:28
professional Randor 5-Jul-21 11:28 
GeneralRe: Polygon filling, and TTF mess Pin
honey the codewitch5-Jul-21 12:19
mvahoney the codewitch5-Jul-21 12:19 
GeneralRe: Polygon filling, and TTF mess Pin
honey the codewitch5-Jul-21 12:29
mvahoney the codewitch5-Jul-21 12:29 
GeneralRe: Polygon filling, and TTF mess Pin
Randor 6-Jul-21 4:28
professional Randor 6-Jul-21 4:28 
GeneralRe: Polygon filling, and TTF mess Pin
honey the codewitch6-Jul-21 4:36
mvahoney the codewitch6-Jul-21 4:36 
GeneralRe: Polygon filling, and TTF mess Pin
Super Lloyd5-Jul-21 5:00
Super Lloyd5-Jul-21 5:00 
GeneralRe: Polygon filling, and TTF mess Pin
honey the codewitch5-Jul-21 12:53
mvahoney the codewitch5-Jul-21 12:53 
QuestionMessage Closed Pin
5-Jul-21 2:19
Marketing Media Hub5-Jul-21 2:19 
AnswerRe: Is there a way to add strings to a list without the quotation marks in C++? Pin
Maximilien5-Jul-21 2:26
Maximilien5-Jul-21 2:26 
GeneralRe: Is there a way to add strings to a list without the quotation marks in C++? Pin
OriginalGriff5-Jul-21 2:28
mveOriginalGriff5-Jul-21 2:28 
AnswerRe: Is there a way to add strings to a list without the quotation marks in C++? Pin
OriginalGriff5-Jul-21 2:27
mveOriginalGriff5-Jul-21 2:27 
AnswerRe: Is there a way to add strings to a list without the quotation marks in C++? Pin
harold aptroot5-Jul-21 2:34
harold aptroot5-Jul-21 2:34 
GeneralRe: Is there a way to add strings to a list without the quotation marks in C++? Pin
KarstenK5-Jul-21 4:14
mveKarstenK5-Jul-21 4:14 
QuestionMessage Closed Pin
5-Jul-21 2:24
Marketing Media Hub5-Jul-21 2:24 
AnswerRe: Dont work, it´s something whit the loops? Pin
Maximilien5-Jul-21 2:25
Maximilien5-Jul-21 2:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.